japh - definizione. Che cos'è japh
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:     

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

Cosa (chi) è japh - definizione

FRIVOLOUS PERL PROGRAM
JAPH; Just another perl hacker,; Just another perl hacker; Just another Perl hacker,

JAPH         
Just Another PERL Hacker (Reference: PERL)
japh         
<programming> A Perl program which prints "Just another Perl hacker" using extremely obfuscated methods, typically ones based on obscure behaviours of sometimes rarely-used functions, in the spirit of the Obfuscated C Contest. The obfuscation can result from the code being total gibberish, e.g.: $_="krJhruaesrltre c a cnp,ohet";$_.=$1,print$2while s/(..)(.)//; or from having "Just another Perl hacker" embedded in opaque code: $_='987;s/^(d+)/$1-1/e;$1?eval:print"Just another Perl hacker,"';eval or from looking like it does something simple and completely unrelated to printing "Just another Perl hacker": $_ = "wftedskaebjgdpjgidbsmnjgc"; tr/a-z/oh, turtleneck Phrase Jar!/; print; japh">Examples (http://perl.com/CPAN/misc/japh). (1997-09-14)

Wikipedia

Just another Perl hacker

Just another Perl hacker, or JAPH, typically refers to a Perl program that prints "Just another Perl hacker," (the comma is canonical but is occasionally omitted). Short JAPH programs are often used as signatures in online forums, or as T-shirt designs. The phrase or acronym is also occasionally used (without code) for a signature.

JAPH programs are classically done using extremely obfuscated methods, in the spirit of the Obfuscated C Contest. More recently, as the phenomenon has become well-known, the phrase is sometimes used in ordinary examples (without obfuscation).

The idea of using tiny Perl programs that print a signature as a signature was originated by Randal L. Schwartz, in his postings to the newsgroup comp.lang.perl. He wrote many of the JAPHs which are shown below.